﻿2026-07-26T11:47:41.6585567Z ##[group]Run actions/checkout@v5
2026-07-26T11:47:41.6586311Z with:
2026-07-26T11:47:41.6586664Z   fetch-depth: 2
2026-07-26T11:47:41.6587056Z   repository: BigscreenVR/spt-bs-core
2026-07-26T11:47:41.6589875Z   token: ***
2026-07-26T11:47:41.6590235Z   ssh-strict: true
2026-07-26T11:47:41.6590603Z   ssh-user: git
2026-07-26T11:47:41.6590970Z   persist-credentials: true
2026-07-26T11:47:41.6591398Z   clean: true
2026-07-26T11:47:41.6591761Z   sparse-checkout-cone-mode: true
2026-07-26T11:47:41.6592192Z   fetch-tags: false
2026-07-26T11:47:41.6592567Z   show-progress: true
2026-07-26T11:47:41.6592950Z   lfs: false
2026-07-26T11:47:41.6593288Z   submodules: false
2026-07-26T11:47:41.6593669Z   set-safe-directory: true
2026-07-26T11:47:41.6594081Z   allow-unsafe-pr-checkout: false
2026-07-26T11:47:41.6594701Z ##[endgroup]
2026-07-26T11:47:41.7414514Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T11:47:41.7416199Z ##[group]Getting Git version info
2026-07-26T11:47:41.7416881Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-26T11:47:41.7417834Z [command]/usr/bin/git version
2026-07-26T11:47:41.7418253Z git version 2.43.0
2026-07-26T11:47:41.7424532Z ##[endgroup]
2026-07-26T11:47:41.7435792Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2e8f584a-b3c2-4206-bf7e-8858fe8e2fd1' before making global git config changes
2026-07-26T11:47:41.7436989Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T11:47:41.7439213Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-26T11:47:41.7472095Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-26T11:47:41.7492084Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T11:47:41.7502654Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T11:47:41.7505255Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T11:47:41.7543028Z refs/heads/main
2026-07-26T11:47:41.7551353Z [command]/usr/bin/git checkout --detach
2026-07-26T11:47:41.7728505Z HEAD is now at 464a4616 Merge pull request #83 from BigscreenVR/docs/liam-return-harvest
2026-07-26T11:47:41.7773707Z [command]/usr/bin/git branch --delete --force main
2026-07-26T11:47:41.7804687Z Deleted branch main (was 464a4616).
2026-07-26T11:47:41.7809095Z ##[endgroup]
2026-07-26T11:47:41.7813000Z [command]/usr/bin/git submodule status
2026-07-26T11:47:41.7998690Z ##[group]Cleaning the repository
2026-07-26T11:47:41.8001648Z [command]/usr/bin/git clean -ffdx
2026-07-26T11:47:45.5785994Z Removing .adapter-notify/
2026-07-26T11:47:45.5787266Z Removing target/
2026-07-26T11:47:45.5794961Z [command]/usr/bin/git reset --hard HEAD
2026-07-26T11:47:45.5902331Z HEAD is now at 464a4616 Merge pull request #83 from BigscreenVR/docs/liam-return-harvest
2026-07-26T11:47:45.5909027Z ##[endgroup]
2026-07-26T11:47:45.5910225Z ##[group]Disabling automatic garbage collection
2026-07-26T11:47:45.5912185Z [command]/usr/bin/git config --local gc.auto 0
2026-07-26T11:47:45.5940208Z ##[endgroup]
2026-07-26T11:47:45.5941428Z ##[group]Setting up auth
2026-07-26T11:47:45.5945200Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-26T11:47:45.5970837Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-26T11:47:45.6155623Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T11:47:45.6180902Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-26T11:47:45.6360891Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T11:47:45.6386064Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-26T11:47:45.6572680Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-26T11:47:45.6635002Z ##[endgroup]
2026-07-26T11:47:45.6636875Z ##[group]Fetching the repository
2026-07-26T11:47:45.6649403Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +f87c586f7c5de55347986ad730f31bc15d0d20ed:refs/remotes/pull/84/merge
2026-07-26T11:47:46.3236011Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-26T11:47:46.3236957Z  + 61aea39d...f87c586f f87c586f7c5de55347986ad730f31bc15d0d20ed -> pull/84/merge  (forced update)
2026-07-26T11:47:46.3260168Z ##[endgroup]
2026-07-26T11:47:46.3260913Z ##[group]Determining the checkout info
2026-07-26T11:47:46.3262764Z ##[endgroup]
2026-07-26T11:47:46.3266292Z [command]/usr/bin/git sparse-checkout disable
2026-07-26T11:47:46.3307050Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-26T11:47:46.3331037Z ##[group]Checking out the ref
2026-07-26T11:47:46.3333131Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/84/merge
2026-07-26T11:47:46.3515116Z Previous HEAD position was 464a4616 Merge pull request #83 from BigscreenVR/docs/liam-return-harvest
2026-07-26T11:47:46.3517280Z HEAD is now at f87c586f Merge 3f1af6a568e063201e9dca110afdef2974dbcb8f into 464a46169b1da9e97e66e02cf51197154f22d651
2026-07-26T11:47:46.3524412Z ##[endgroup]
2026-07-26T11:47:46.3559505Z [command]/usr/bin/git log -1 --format=%H
2026-07-26T11:47:46.3582147Z f87c586f7c5de55347986ad730f31bc15d0d20ed
